home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dbase / dlist110.zip / README.1ST < prev   
Text File  |  1992-06-30  |  2KB  |  57 lines

  1.  
  2. From the desk of Lonnie J. Rolland
  3. on the date 06/30/92
  4.  
  5. Please find contained within the zip file a program called 'dList.exe'
  6.  
  7. It is a listing utility for dBase .dbf data files.
  8.  
  9. ***********************************************************************
  10. It is based largely upon one of the sample programs of:
  11.   Bill MacLeod (major domo at)
  12.   Max Software Consultants, Inc
  13.   Baltimore, MD. 21218
  14.   ph. 410/783-2668
  15.  
  16. They make software programmers toolboxes for Turbo Pascal.
  17. I highly recommend getting a copy of their 'skipjack' package.
  18. **********************************************************************
  19.  
  20. This program takes as a command line parameter a DBF data file.
  21. It can optionally take as a second parameter a NDX index file or a switch.
  22. It can optionally take as a third parameter a switch.
  23.  
  24. The switches ( "/F" or "/C" ) are for selecting a subset of the database
  25. instead of getting the whole thing.  Use the "/F" switch to select field
  26. name if you want some of the fields and not all of them. Or is you want
  27. them to come out in a different left to right order.  Use the "/C" switch
  28. to select a FOR condition. This is another name for a filter where you
  29. want an output of only names equal to 'jones'. The expression must
  30. evaluate to a boolean.  An example would be: " com='T' " where com is
  31. short for company and is a name of one of the fields.  Here you would
  32. get all the companies that started with a 'T'.
  33.  
  34. I am a tech support engineer and sysop at Symbol Technology in Costa
  35. Mesa California.  The BBS phone number is 714/549-6669. It answers at
  36. 1200 and up to 14,400 baud.
  37.  
  38. This program has no warantee, and stands as it is.  I will assume no
  39. responsibility for any loss of your data from usage of the program.
  40.  
  41. I am asking NO money for the utility.  If you are so inclined, please
  42. give me a call and tell me whats right and/or wrong with the program.
  43. My work phone number is 714/549-6612.
  44.  
  45. This is version 1.10
  46.  
  47. HISTORY
  48.  
  49. ver 1.00 - initial release
  50. ver 1.10 - Filled a request to modify the way the '/F' switch works.
  51.            If you use '/F', it will now show you the fields that are
  52.            available first before you start your pick.
  53.            Trimmed the prgm's stack and heap usage.  This utility now
  54.            needs a mere 190kb to run successfully.
  55.  
  56. <relax & enjoy>
  57.